home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 7 / Eagles_Nest_Mac_Collection_Disc_7.TOAST / Internet⁄Other Nets / Mailview / MailView Scripts / Hayes < prev    next >
Text File  |  1992-07-14  |  783b  |  120 lines

  1. 1.0
  2. Hayes
  3. MODEM
  4. READ ONLY
  5. COMMENT
  6. 18
  7. Hayes modem access
  8. STATEMENTS
  9. 26
  10.  
  11. whenever:execute:
  12. 2
  13. SFAILED
  14. "FAIL
  15.  
  16. whenever:execute:
  17. 2
  18. SNO CARRIER
  19. "FAIL
  20.  
  21. whenever:execute:
  22. 2
  23. SNO D
  24. "FAIL
  25.  
  26. whenever:execute:
  27. 2
  28. SNO A
  29. "FAIL
  30.  
  31. whenever:execute:
  32. 2
  33. SBUSY
  34. "FAIL
  35.  
  36. notify:
  37. 1
  38. SInitializing modem…
  39. START
  40. pause:
  41. 1
  42. I1000
  43.  
  44. reply:
  45. 1
  46. S+++
  47.  
  48. pause:
  49. 1
  50. I1000
  51.  
  52. reply:
  53. 1
  54. SATH|
  55.  
  56. pause:
  57. 1
  58. I1000
  59. MODEM_OK
  60. onTimeOutExecute:
  61. 1
  62. "FAIL
  63.  
  64. reply:
  65. 1
  66. SATE1Q0V1X4|
  67.  
  68. lookFor:timingOutAfter:
  69. 2
  70. SOK
  71. I5
  72.  
  73. pause:
  74. 1
  75. I1000
  76.  
  77. reply:
  78. 1
  79. SATDT{nextPhoneNumber}|
  80.  
  81. notify:
  82. 1
  83. SCalling {currentPhoneNumber}…
  84.  
  85. pause:
  86. 1
  87. I3000
  88.  
  89. notify:
  90. 1
  91. SWaiting for connection…
  92.  
  93. lookFor:timingOutAfter:
  94. 2
  95. SCONNECT
  96. I45
  97.  
  98. lookFor:timingOutAfter:
  99. 2
  100. S|
  101. I3
  102.  
  103. notify:
  104. 1
  105. SConnected!
  106.  
  107. pause:
  108. 1
  109. I1000
  110.  
  111. succeed
  112. 0
  113. MODEM_FAILED
  114. notify:
  115. 1
  116. SModem initialization failed!
  117. FAIL
  118. fail
  119. 0
  120.